--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
meshchatx/__init__.py 65ca9ddc823fcc2c8f8653c553b944b85db0875f (65ca9ddc) Text, 562 B
T8b949e# SPDX-License-Identifier: 0BSD
T8b949e"""Reticulum MeshChatX - A mesh network communications app."""
T8b949e# Synced from package.json via scripts/sync_version.js (also writes meshchatx/src/version.py).
Te6edf3__version__ Tff7b72= Ta5d6ff"Ta5d6ff4.8.0Ta5d6ff"
T8b949e# LXST vendored pyogg can NameError on import when libopus is present but
T8b949e# libogg is not. Apply before any meshchatx module imports LXST.
Tff7b72tryTb4b4b4:
Tff7b72from T7ee787meshchatxT7ee787.T7ee787srcT7ee787.T7ee787backendT7ee787.T7ee787lxst_pyogg_ctypes_compat Tff7b72import Tb4b4b4(
Te6edf3ensure_lxst_pyogg_ctypes_compatTb4b4b4,
Tb4b4b4)
Te6edf3ensure_lxst_pyogg_ctypes_compatTb4b4b4(Tb4b4b4)
Tff7b72except Tb4b4b4(Tf85149ImportErrorTb4b4b4, Tf85149OSErrorTb4b4b4, Tf85149ValueErrorTb4b4b4)Tb4b4b4:
Tff7b72pass
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────